.shadow{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.template-content {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 100%;
    font-size: 0;
}

.template-content > * {
    font-size: 16px;
}

.template-content .column-item-3 {
    display: inline-block;
    width: 33.3%;
    padding: 0 5px;
    vertical-align: top;
    box-sizing: border-box;
}

.template-content .column-item-3 .column-content {
    max-width: 100%;
}

@media only screen and (max-width: 1000px) {
    .site-body .template-content .column-item-3 {
        width: 100%;
        vertical-align: top;
        padding: 10px 5px;
    }
}